From: Eli Zaretskii Date: Sat, 9 Jan 2010 14:16:10 +0000 (+0200) Subject: editfns.c (Ffloat_time): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8765 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fd3292de089ef15004fecbe0f4c89d43a359b87a;p=emacs.git editfns.c (Ffloat_time): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 18424b6975b..2632c49b718 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-01-09 Eli Zaretskii + + * editfns.c (Ffloat_time): Doc fix. + 2010-01-09 Jan Djärv * xfns.c (Fx_create_frame): Don't create frame larger than display diff --git a/src/editfns.c b/src/editfns.c index 927bf50194a..cb302f7b1e7 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1574,7 +1574,8 @@ instead of the current time. The argument should have the form have the form (HIGH . LOW), but this is considered obsolete. WARNING: Since the result is floating point, it may not be exact. -Do not use this function if precise time stamps are required. */) +If precise time stamps are required, use either `current-time', +or (if you need time as a string) `format-time-string'. */) (specified_time) Lisp_Object specified_time; {